home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Night of the Living Disc / Night of the Living Disc.hdv / Dev.CD.5 / Tools / Technical.Notes / IIGS / TN.IIGS.063 < prev    next >
Encoding:
Text File  |  1989-07-20  |  2.4 KB  |  54 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #63:    Master Color Values
  9.  
  10. Written by:    Jim Luther                                           July 1989
  11.  
  12. This Technical Note documents master color values used for the Apple IIGS 
  13. text, text background, and border colors.
  14. _____________________________________________________________________________
  15.  
  16. There are times when you may want to make parts of the IIGS Super Hi-Res 
  17. screen the same color as the text, text background, and border colors.  This 
  18. is particularly useful when using the Apple II Video Overlay Card.  Table 1 
  19. lists each color using the names from the Control Panel CDA, the color 
  20. register values used for that color by the color registers, and the master 
  21. color value used for that color by the Super Hi-Res screen.
  22.  
  23.                 Color          Color Register    Master Color
  24.                 Name           Value             Value
  25.                 _____________________________________________
  26.                 Black          $0                $0000
  27.                 Deep Red       $1                $0D03
  28.                 Dark Blue      $2                $0009
  29.                 Purple         $3                $0D2D
  30.                 Dark Green     $4                $0072
  31.                 Dark Gray      $5                $0555
  32.                 Medium Blue    $6                $022F
  33.                 Light Blue     $7                $06AF
  34.                 Brown          $8                $0850
  35.                 Orange         $9                $0F60
  36.                 Light Gray     $A                $0AAA
  37.                 Pink           $B                $0F98
  38.                 Light Green    $C                $01D0
  39.                 Yellow         $D                $0FF0
  40.                 Aquamarine     $E                $04F9
  41.                 White          $F                $0FFF
  42.                 _____________________________________________
  43.  
  44.                        Table 1-Master Color Values
  45.  
  46. The Apple IIGS Hardware Reference documents the color registers at $C022 and 
  47. $C034, and the Apple IIGS Toolbox Reference, Volume 2 documents the master 
  48. color values.
  49.  
  50.  
  51. Further Reference
  52. _____________________________________________________________________________
  53.     o    Apple IIGS Hardware Reference, pp. 58, 76-78
  54.     o    Apple IIGS Toolbox Reference, Volume 2, pp. 16-31